projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
816b47d
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 25 Sep 2017 21:53:54 +0000
(17:53 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 25 Sep 2017 21:53:54 +0000
(17:53 -0400)
gdk/gdkvulkancontextprivate.h
patch
|
blob
|
history
diff --git
a/gdk/gdkvulkancontextprivate.h
b/gdk/gdkvulkancontextprivate.h
index 592ad0237d6066a315edce143c5c2201ca87ee94..c7b987fd0e5b20636ece7b7d9365549145bfa79f 100644
(file)
--- a/
gdk/gdkvulkancontextprivate.h
+++ b/
gdk/gdkvulkancontextprivate.h
@@
-81,7
+81,7
@@
gdk_display_ref_vulkan (GdkDisplay *display,
GDK_NOTE (VULKAN, g_print ("Support for Vulkan disabled at compile-time"));
g_set_error_literal (error, GDK_VULKAN_ERROR, GDK_VULKAN_ERROR_UNSUPPORTED,
- "Vulkan support was not enabled at compie time.");
+ "Vulkan support was not enabled at compi
l
e time.");
return FALSE;
}